home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 028a / dsq300.zip / DSQ.DOC < prev    next >
Text File  |  1989-08-22  |  6KB  |  170 lines

  1.  
  2.  
  3. PROGRAM NAME:
  4.  
  5.             DSQ.COM Disk Squeezer/Unsqueezer version 3.0 8/16/89
  6.  
  7.  
  8. AUTHOR:
  9.  
  10.             Keith P. Graham
  11.  
  12.  
  13.  
  14. DESCRIPTION:
  15.  
  16.             Creates a compressed disk image file of any disk or
  17.             diskette. The file is highly compressed and contains
  18.             all original information, including boot record, FAT
  19.             tables, volume label and directory structures of the
  20.             diskette. The program is able to recreate the original
  21.             diskette from a squeezed disk file.
  22.  
  23. USAGE:
  24.  
  25.             The command line form is:
  26.  
  27.             DSQ switches disk file
  28.  
  29.                Switches are:
  30.  
  31.                 /S = squeeze a disk into a file
  32.                 /U = unsqueeze a file onto a disk
  33.  
  34.                 /0 = no compression - fastest, very large files
  35.                 /1 = RLE compression only - very fast, so-so results
  36.                 /2 = LZW compression only - sometimes smaller than /3
  37.                 /3 = Best of RLE, LZW or none, slowest, but best
  38.  
  39.                /S and /U are mutually exclusive.
  40.  
  41.                No compression switch can be used with /U
  42.  
  43.                /3 compression is the default and usually gives
  44.                best results. If size is critical, experiment.
  45.  
  46.             Disk parameter:
  47.  
  48.                A disk must be specified for the source or target
  49.                disk. Examples are A: or B: (a hard disk can be
  50.                squeezed, but I am not clear as to why.)
  51.  
  52.                When unsqueezing, the disk parameter is the
  53.                target diskette drive and there must be a
  54.                formatted floppy diskette in the drive which
  55.                is compatible with the format of the original
  56.                squeezed diskette.
  57.  
  58.             File parameter:
  59.  
  60.                The file that contains the squeezed file must be
  61.                entered. The file name can include the disk and
  62.                path to the squeezed file. If no extension is
  63.                included in the file name then DSQ will add the
  64.                extension of .DSQ.
  65.  
  66.            EXAMPLES of command lines:
  67.  
  68.              DSQ /S b: win1
  69.  
  70.            This will create a file WIN1.DSQ on the default disk
  71.            based on /3 type compression of the disk in drive B:
  72.  
  73.              DSQ /S/2 a: c:\temp\test1
  74.  
  75.            This will squeeze a disk and place it in a file named
  76.            TEST1.DSQ in the \temp directory. The directory must
  77.            already exist.
  78.  
  79.               DSQ /U  b: win1
  80.  
  81.            This will unsqueeze a file named WIN1.DSQ onto
  82.            the diskette in drive B:. When complete the diskette
  83.            in drive B: will be a diskcopy of the original
  84.            floppy diskette which created WIN1.DSQ in the
  85.            first place.
  86.  
  87. WARNING:
  88.             There is no mechanism in DSQ to prevent you from trying
  89.             to unsqueeze a floppy disk to a hard disk. Please
  90.             do not try, and please be careful. I cannot help
  91.             you if you try such a thing.
  92.  
  93.             Please make sure that the target on unsqueezing a
  94.             disk is a floppy and not a hard disk.
  95.  
  96.  
  97. OPERATION:
  98.  
  99.            SQUEEZING:
  100.  
  101.            Place the diskette to be squeezed in any drive.
  102.  
  103.            Enter DSQ command including the /S switch, the
  104.            source drive and the target file name.
  105.  
  106.            If you want to change the default compression method
  107.            you may specify a compression switch, but only one.
  108.  
  109.            The program prints a dot for 5k that it processes.
  110.  
  111.            Warning! the source disk and the disk where the target
  112.            file will be written should not be the same disk. You
  113.            cannot create a file on the disk you are squeezing.
  114.  
  115.            UNSQUEEZING:
  116.  
  117.            You must have a diskette which has been previously
  118.            formatted and whose format is compatible with the
  119.            format of the squeezed disk. DSQ does not format
  120.            disks (at least not in its current incarnation.)
  121.  
  122.            Enter the DSQ command, switches, disk and Source file.
  123.  
  124.            The program will print a '.' for every block it
  125.            unsqueezes.
  126.  
  127. HINTS:
  128.            DSQ squeezes a whole disk including things like erased
  129.            files and unused space. If a disk has erased files or
  130.            areas on the disk that were once used, the ghost data
  131.            in these areas will be squeezed along with the rest of
  132.            the disk. In order to make a DSQ file as small as
  133.            possible it is best to start with an freshly formatted
  134.            disk and copy the files to the disk. The disk should
  135.            then squeeze much better.
  136.  
  137. ODDNESS:
  138.  
  139.            It is possible to squeeze a 360K diskette and unsqueese
  140.            it to a 720k diskette. I did this with SpinRite and got
  141.            a bootable 3-1/2 inch floppy that chkdsk reports as a
  142.            360k diskette. When you try this, make sure that you
  143.            do a dir on any other floppy other than the newly created
  144.            floppy in order to flush the current buffers.
  145.  
  146.            I imagine it is also possible to unsqueeze a 1.2 meg
  147.            diskette onto a 1.44 meg drive.
  148.  
  149.            People have used DSQ to backup hard disks from one disk
  150.            to a file on another. This is time consuming and seems
  151.            to be a poor way to back up disks, although the entire
  152.            disk, including copy protection is saved.
  153.  
  154. PRICE:
  155.             Author does not mail diskettes. Call PC-Rockland BBS
  156.             (914) 353-2157 for latest version. Free for private use.
  157.             Distribution of data in a compressed form for
  158.             profit is a commercial use and requires license.
  159.             Shareware authors may use DSQ to distribute their
  160.             software without charge. Use of DSQ to distribute
  161.             software updates where no fee is charged is permitted.
  162.  
  163.             License pricing:
  164.  
  165.             In-house for distribution of disks............$50.00
  166.             Distrubution of disks to public for sale.....$100.00
  167.             Unlimited use customized version.............$400.00
  168.             Source code (MASM)...........................$800.00
  169.  
  170.